﻿2026-07-29T21:06:42.0249270Z ##[group]Run actions/checkout@v5
2026-07-29T21:06:42.0249771Z with:
2026-07-29T21:06:42.0250104Z   fetch-depth: 2
2026-07-29T21:06:42.0250481Z   repository: BigscreenVR/spt-bs-core
2026-07-29T21:06:42.0253418Z   token: ***
2026-07-29T21:06:42.0253772Z   ssh-strict: true
2026-07-29T21:06:42.0254105Z   ssh-user: git
2026-07-29T21:06:42.0254458Z   persist-credentials: true
2026-07-29T21:06:42.0254841Z   clean: true
2026-07-29T21:06:42.0255179Z   sparse-checkout-cone-mode: true
2026-07-29T21:06:42.0255583Z   fetch-tags: false
2026-07-29T21:06:42.0255927Z   show-progress: true
2026-07-29T21:06:42.0256285Z   lfs: false
2026-07-29T21:06:42.0256610Z   submodules: false
2026-07-29T21:06:42.0256968Z   set-safe-directory: true
2026-07-29T21:06:42.0257358Z   allow-unsafe-pr-checkout: false
2026-07-29T21:06:42.0257769Z ##[endgroup]
2026-07-29T21:06:42.1020776Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T21:06:42.1022370Z ##[group]Getting Git version info
2026-07-29T21:06:42.1023028Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-29T21:06:42.1023961Z [command]/usr/bin/git version
2026-07-29T21:06:42.1027902Z git version 2.43.0
2026-07-29T21:06:42.1044742Z ##[endgroup]
2026-07-29T21:06:42.1055789Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/14c3da2a-4ce4-4f4a-9a98-7aa58537fdc8' before making global git config changes
2026-07-29T21:06:42.1057175Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T21:06:42.1059309Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-29T21:06:42.1092208Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-29T21:06:42.1110660Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T21:06:42.1121245Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T21:06:42.1123830Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T21:06:42.1145605Z HEAD
2026-07-29T21:06:42.1174626Z ##[endgroup]
2026-07-29T21:06:42.1175299Z [command]/usr/bin/git submodule status
2026-07-29T21:06:42.1386206Z ##[group]Cleaning the repository
2026-07-29T21:06:42.1386861Z [command]/usr/bin/git clean -ffdx
2026-07-29T21:06:42.1422953Z [command]/usr/bin/git reset --hard HEAD
2026-07-29T21:06:42.1480347Z HEAD is now at 4a2b68754 test: remove timing and diagnostic ambiguity
2026-07-29T21:06:42.1486309Z ##[endgroup]
2026-07-29T21:06:42.1488307Z ##[group]Disabling automatic garbage collection
2026-07-29T21:06:42.1492618Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T21:06:42.1518834Z ##[endgroup]
2026-07-29T21:06:42.1519924Z ##[group]Setting up auth
2026-07-29T21:06:42.1524842Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T21:06:42.1552159Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T21:06:42.1747174Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T21:06:42.1775859Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T21:06:42.1967472Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T21:06:42.1994427Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T21:06:42.2186020Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T21:06:42.2218839Z ##[endgroup]
2026-07-29T21:06:42.2220358Z ##[group]Fetching the repository
2026-07-29T21:06:42.2227783Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +e85ee66080061af20b6839ab8cdbb8bc4c044066:refs/remotes/pull/124/merge
2026-07-29T21:06:42.6926330Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T21:06:42.6928043Z  + 0fb1a1f1e...e85ee6608 e85ee66080061af20b6839ab8cdbb8bc4c044066 -> pull/124/merge  (forced update)
2026-07-29T21:06:42.6945393Z ##[endgroup]
2026-07-29T21:06:42.6946713Z ##[group]Determining the checkout info
2026-07-29T21:06:42.6948204Z ##[endgroup]
2026-07-29T21:06:42.6950675Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T21:06:42.6989169Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T21:06:42.7014476Z ##[group]Checking out the ref
2026-07-29T21:06:42.7015886Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/124/merge
2026-07-29T21:06:42.7198602Z Previous HEAD position was 4a2b68754 test: remove timing and diagnostic ambiguity
2026-07-29T21:06:42.7201323Z HEAD is now at e85ee6608 Merge 4f901a670ef16e45db519bc504ae6882e1f8ca1f into ffc7e9ea4427ff56f02edd6816b814cea5874dfe
2026-07-29T21:06:42.7208288Z ##[endgroup]
2026-07-29T21:06:42.7242472Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T21:06:42.7266049Z e85ee66080061af20b6839ab8cdbb8bc4c044066
